home *** CD-ROM | disk | FTP | other *** search
- object FormEditEAddress: TFormEditEAddress
- Left = 391
- Top = 351
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = ' Edit Phone, Fax, etc address'
- ClientHeight = 108
- ClientWidth = 303
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 65
- Height = 13
- Caption = 'Address &Type'
- FocusControl = cbAddressType
- end
- object Label2: TLabel
- Left = 12
- Top = 48
- Width = 38
- Height = 13
- Caption = '&Address'
- FocusControl = eAddress
- end
- object cbAddressType: TComboBox
- Left = 96
- Top = 12
- Width = 197
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- 'Phone: Home'
- 'Phone: Work'
- 'Phone: Fax'
- 'Phone: Mobile'
- 'EMail'
- 'Web')
- end
- object eAddress: TEdit
- Left = 96
- Top = 44
- Width = 197
- Height = 21
- TabOrder = 1
- end
- object tiButtonPanel1: TtiButtonPanel
- Left = 0
- Top = 77
- Width = 303
- Height = 31
- OnBtn1Click = tiButtonPanel1Btn1Click
- OnBtn2Click = tiButtonPanel1Btn2Click
- end
- end
-